home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Buttons.cst / 00006_Script_6 < prev    next >
Text File  |  2001-04-13  |  537b  |  22 lines

  1. Global gLectureText, gLectureVideo
  2. on mouseDown
  3.   set clickline = the mouseline --flashLine()
  4.   set the text of member "textholder" = ""
  5.   gLectureText= true
  6.   gLectureVideo =true
  7.   sprite(3).visible=true
  8.     sprite(4).visible=true
  9.   
  10.   case (clickLine) of
  11.       -- list line num: name/text line num/audio num
  12.     1:goto "ca"
  13.       playLect "carrasco summary",0,0
  14.     5:goto "av"
  15.       playLect "aveni summary",0,0
  16.     9:goto "ji"
  17.       playLect "jansen-p summary",0,0
  18.       
  19.       
  20.     otherwise pass
  21.   end case
  22. end